home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / dinsr.pov < prev    next >
Encoding:
Text File  |  1992-12-02  |  755 b   |  39 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. max_trace_level 5
  5.  
  6. camera {
  7.    location <0  0  -10.0>
  8.    direction <0.0 0.0  1.0>
  9.    up  <0.0  1.0  0.0>
  10.    right <1.33333 0.0 0.0>
  11.    look_at <0 0 0>
  12. }
  13.  
  14. // Light source
  15. object { light_source {  <5 10  -30> color White  }}
  16.  
  17. /* Texture declarations for object 'dinsr' */
  18. #declare dinsr_C1 = texture {
  19.     ambient 0.1
  20.     diffuse 0.7
  21.     phong 0.5
  22.     phong_size 70.0
  23.     color Gray70
  24. }
  25.  
  26. composite {  /* All Objects */
  27.     #include "dinsr.inc"
  28.     rotate <-90 90 0>
  29.     translate <0 4 0>
  30.  
  31.     /*
  32.         Scene extents
  33.         X - Min:  -2.0800  Max:   3.5100
  34.         Y - Min:  -5.2000  Max:   5.6800
  35.         Z - Min:  -6.5300  Max:  -0.1600
  36.     */
  37. }
  38.  
  39.